home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-6-Setup.exe / {app} / langDefs / ps.lang < prev    next >
Text File  |  2004-09-06  |  981b  |  32 lines

  1. # Post Script language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 08.02.04
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)= pop exch dup copy roll clear count mark cleartomark counttomark exec if  ifelse for repeat loop exit stop stopped
  19. countexecstack execstack quit start
  20.  
  21. $KW_LIST(kwb)=adddiv idiv mod mul sub abs ned ceiling floor round truncate  sqrt atan cos sin expln log rand srand  rrand true false
  22. NULL
  23.  
  24.  
  25. $STRINGDELIMITERS=" '
  26.  
  27. $SL_COMMENT=%
  28.  
  29. $IGNORECASE=false
  30.  
  31. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  + -
  32.